type net.timeoutError
6 uses
net (current package)
net.go#L624: var errTimeout error = &timeoutError{}
net.go#L626: type timeoutError struct{}
net.go#L628: func (e *timeoutError) Error() string { return "i/o timeout" }
net.go#L629: func (e *timeoutError) Timeout() bool { return true }
net.go#L630: func (e *timeoutError) Temporary() bool { return true }
net.go#L632: func (e *timeoutError) Is(err error) bool {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |